-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change stride to 4 instead of 1 if int8 is not supported #1397
Conversation
Is a unit test needed for this? Seems a little trivial @rjodinchr ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the only place where we create spv::DecorationArrayStride
.
I would like to have every place fixed.
Also, why 2
? when int8 is not supported, it is converted to int32 not int16.
We would definitely need tests here. At least the one from the issue.
This one feels like a good one as well:
You will note that even if you change
|
Will add the test from the issue as well. |
The |
please see issue #1396 for more details